home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 February / macformat-047.iso / Shareware Plus / Developers / DLOGManager 1.02 / Source Code / FileUtilities.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-14  |  295 b   |  15 lines  |  [TEXT/KAHL]

  1. /*****
  2.  *    FileUtilities.h
  3.  *
  4.  *    Interfacce pubbliche per FileUtilities.c
  5.  *    © Com&Media, 1994
  6.  *
  7.  *    15/10/94    Scorporo da Utilities.h (Fabio Barbieri)
  8.  *    18/8/94        Prima stesura (Fabio Barbieri)
  9.  *
  10.  ****/
  11. #include <Types.h>
  12.  
  13. /*****    Function prototyping    *****/
  14. OSErr    GetCurrentWD(long *, short *);
  15.